home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / crash.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  123 b   |  23 lines

  1.  
  2.     Stuff to try and crash it
  3.  
  4. foo:    .MACRO    
  5.     HI
  6. bar:    .MACRO    
  7.     THERE
  8.     bar
  9.     .ENDM    
  10.  
  11.  
  12.     .ENDM
  13.     foo
  14.     foo
  15.     foo
  16.     foo
  17.     foo
  18.     bar
  19.  
  20.  
  21.  
  22.     
  23.